home *** CD-ROM | disk | FTP | other *** search
/ Complete Linux / Complete Linux.iso / docs / apps / database / postgres / postgre2.z / postgre2 / ref / postquel / createdb < prev    next >
Encoding:
Text File  |  1992-08-27  |  713 b   |  32 lines

  1. .\" XXX standard disclaimer belongs here....
  2. .\" $Header: /private/postgres/ref/postquel/RCS/createdb,v 1.6 1992/07/14 05:54:17 ptong Exp $
  3. .SP CREATEDB COMMANDS 8/11/91
  4. .XA 2 Createdb
  5. .uh NAME
  6. .lp
  7. createdb \*- create a new database
  8. .uh SYNOPSIS
  9. .lp
  10. .(l
  11. \fBcreatedb\fR dbname
  12. .)l
  13. .uh DESCRIPTION
  14. .lp
  15. .b Createdb
  16. creates a new \*(PP database.
  17. The creator becomes the administrator of the new database.
  18. This command was added to \*(PQ in Version \*(PV and is intended
  19. to be used by the createdb script.
  20. .lp
  21. .uh "SEE ALSO"
  22. .lp
  23. destroydb(commands),
  24. initdb(unix),
  25. createdb(unix),
  26. destroydb(unix).
  27. .lp
  28. .uh BUGS
  29. .lp
  30. This command should NOT be executed by humans.  The \fBcreatedb\fR(unix) script
  31. should be used instead.
  32.